home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / Programming / MPW Dynamo 3.0 / dynamo.includes / rt.h next >
Encoding:
Text File  |  1990-03-17  |  1.4 KB  |  38 lines  |  [TEXT/MPS ]

  1. *******************************************************
  2. *                        *
  3. * DYNAMO                        *
  4. *                        *
  5. * Apple II 8-bit runtime entry points.        *
  6. * Copyright (C) 1990 Apple Computer.        *
  7. *                        *
  8. *******************************************************
  9.  
  10.         import    rtreset
  11.         import    rtcout, signed, unsigned, decoutl, vdecout, decout
  12.         import    hexpad, hexnopad, hexoutl, vhexout, hexout, write
  13.         import    writecr, mulconl, mulvar, mulcon, divconl, divvar
  14.         import    divcon, addvar, addcon, addconl, subvar, subcon
  15.         import    subconl, setconl, setcon, setzero, seteq, setvars
  16.         import    xgty, xlty, ifsgneq, ifequal, vifsgneq, vifequal
  17.         import    strval, midstrval
  18.         import    prstr, prleftstr, prmidstr, leftstrcpy, strcpy
  19.         import    midstrcpy, leftstrcat, strcat, midstrcat
  20.         import    strchr, strloc, restore, readint, readstr, readend
  21.         import    litstr, seedrandom, calcrandom
  22.  
  23.         import    nextchr, numtocopy, strvalcount, strvaldigit
  24.  
  25.         import    arraybase, arrayloc1, arrayloc2, arrayloc3
  26.         import    dim1size, dim2size, dim3size
  27.         import    varyindx1, varyindx2, varyindx3
  28.         import    arrayindx1,  arrayindx2,  arrayindx3
  29.         import    arraylindx1, arraylindx2, arraylindx3
  30.         import    vgetbyte, vgetword, vputbyte, vputword
  31.         import    getbyte, getnextbyte, getword, getnextword
  32.         import    putbyte, putnextbyte, putword, putnextword
  33.         import    getbytel, putbytel, getwordl, putwordl
  34.  
  35.         import    wrcstr, chngsgn
  36.         import    hibitchrs, lowbitchrs, regchrs
  37.         import    deref, aderef, vderef, yderef, aderefz, yderefz
  38.